(prompt "Where should I copy the TinyMeter main program ?")
(help "SYS:WBStartup is the best place. Simply click proceed.")
(default "SYS:WBStartup/")
)
)
(set @prefsdir
(askdir
(prompt "Where should I copy the TinyMeterPrefs program?")
(help "SYS:Prefs is the best place, since TinyMeter can only call it, when its there.")
(default "SYS:Prefs/")
)
)
(set @NewIcons
(askbool
(prompt "Do you use NewIcons® ?")
(help "NewIcons® is a new icon-system with colorful icons. This script installs special icons for use with it.")
)
)
(set @CopyExample
(askbool
(prompt "Do you want to install the example MagicWB-settings file?\nPreferences from an older version cannot be reused!\n\nNOTE: You will have to install the additional fonts and the background pictures. Make sure you install the background pattern in SYS:Prefs/Patterns/ !!!")
(help "Its an example setting. It uses Leater as background and all supplied font.")
)
)
(set @CopyFonts
(askbool
(prompt "Do you want to install the additional Fonts?\n(NOTE: The fonts have changed in version 3.6!)")
(help "The additional Font:\n 1. TinyMeter_DIGITAL (for the clock and the date)\n 2. TinyMeter_DIGITAL_Med (for med-res resolutions)\n 3. XHelvetica (standard XEN-Font)")
)
)
(if @CopyFonts
(set @fontdir
(askdir
(prompt "Where should the fonts be installed?")
(help "FONTS: is the best place. Simply click proceed.")
(default "FONTS:")
)
)
)
(if @CopyFonts
(set @dofixfont
(askbool
(prompt "Should I do FixFonts for you?")
(help "This is not important. Simply click no.")
)
)
)
(set @CopyPatt
(askbool
(prompt "Do you want to install the additional Background patterns?")
"Have phun with this nice piece of soft!!!\n\nNow you should start TinyMeter, setup the position and size and press S to save these settings.\n\nAfter that, start TinyMeterPrefs to setup TinyMeter to your personal taste.\n\nIf there are any problems, don't hesitate to contact the author!"